StytchMissingPublicKeyError

data class StytchMissingPublicKeyError(val exception: Throwable?) : StytchSDKError

Thrown when we are unable to retrieve a biometric key

Constructors

Link copied to clipboard
fun StytchMissingPublicKeyError(exception: Throwable?)

Properties

Link copied to clipboard
open override val exception: Throwable?